home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 August / Chip_1999-08_cd.bin / sharewar / htmltool / _SETUP.1 / Statusbar Hint.scp < prev    next >
Text File  |  1998-04-12  |  401b  |  7 lines

  1. <HTMLtool>Displays a message in the status bar when the visitor points over an image</HTMLtool>
  2. <!-- This script displays 'Your message goes here' in the status bar when the mouse pointer is over the 'Put your image here' image -->
  3.  
  4. <A HREF="URL" ONMOUSEOVER="window.status='Your message goes here'; return true" ONMOUSEOUT="window.status=''">
  5. <P><IMG SRC="Put your image here" BORDER="0"></A>
  6.  
  7.